Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonCollection Class / AddRange Method / AddRange(SideButtonBase[]) Method
An array of type SideButtonBase that contains the objects to add to the collection.


In This Topic
    AddRange(SideButtonBase[]) Method
    In This Topic
    Copies the elements of the specified array to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal value() As SideButtonBase _
    ) 
    'Usage
     
    
    Dim instance As SideButtonCollection
    Dim value() As SideButtonBase
     
    instance.AddRange(value)
    public void AddRange( 
       SideButtonBase[] value
    )

    Parameters

    value
    An array of type SideButtonBase that contains the objects to add to the collection.
    See Also